diff options
author | Ted Gould <ted@canonical.com> | 2009-08-19 13:50:16 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-19 13:50:16 -0500 |
commit | 1656fcc2e581fe4ba9bf8befbf6c94fe1f0a8f20 (patch) | |
tree | 7ee537922a574fd7b97801e8e2b5df939f5fd5bc | |
parent | ba21dc6356e53dc5c8ab7aa190d3cd3cc0fdd8f3 (diff) | |
download | ayatana-indicator-messages-1656fcc2e581fe4ba9bf8befbf6c94fe1f0a8f20.tar.gz ayatana-indicator-messages-1656fcc2e581fe4ba9bf8befbf6c94fe1f0a8f20.tar.bz2 ayatana-indicator-messages-1656fcc2e581fe4ba9bf8befbf6c94fe1f0a8f20.zip |
Adding directories. Let's put them in one file so that they'll be changable easy :)
-rw-r--r-- | src/dirs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dirs.h b/src/dirs.h new file mode 100644 index 0000000..a994ff5 --- /dev/null +++ b/src/dirs.h @@ -0,0 +1,3 @@ +#define SYSTEM_APPS_DIR "/etc/indicators/messages/applications" +#define USER_APPS_DIR "indicators/messages/applications" +#define USER_BLACKLIST_DIR "indicators/messages/applications-blacklist" |