From 1656fcc2e581fe4ba9bf8befbf6c94fe1f0a8f20 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 19 Aug 2009 13:50:16 -0500 Subject: Adding directories. Let's put them in one file so that they'll be changable easy :) --- src/dirs.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/dirs.h (limited to 'src') 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" -- cgit v1.2.3