summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am24
1 files changed, 16 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 62581eb..5ebe436 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,7 +12,8 @@ indicator_applet_CFLAGS = \
-DINDICATOR_ICONS_DIR=\""$(INDICATORICONSDIR)"\" \
-DINDICATOR_APPLET \
-I$(srcdir)/.. \
- $(APPLET_CFLAGS)
+ $(APPLET_CFLAGS) \
+ $(INDICATOR3_CFLAGS) $(INDICATOR4_CFLAGS)
indicator_applet_SOURCES = \
applet-main.c \
@@ -22,7 +23,8 @@ indicator_applet_SOURCES = \
tomboykeybinder.h
indicator_applet_LDADD = \
- $(APPLET_LIBS)
+ $(APPLET_LIBS) \
+ $(INDICATOR3_LIBS) $(INDICATOR4_LIBS)
indicator_applet_appmenu_CFLAGS = \
-DG_LOG_DOMAIN=\""Indicator-Applet-Appmenu"\" \
@@ -31,7 +33,8 @@ indicator_applet_appmenu_CFLAGS = \
-DINDICATOR_ICONS_DIR=\""$(INDICATORICONSDIR)"\" \
-DINDICATOR_APPLET_APPMENU \
-I$(srcdir)/.. \
- $(APPLET_CFLAGS)
+ $(APPLET_CFLAGS) \
+ $(INDICATOR3_CFLAGS) $(INDICATOR4_CFLAGS)
indicator_applet_appmenu_SOURCES = \
applet-main.c \
@@ -41,7 +44,8 @@ indicator_applet_appmenu_SOURCES = \
tomboykeybinder.h
indicator_applet_appmenu_LDADD = \
- $(APPLET_LIBS)
+ $(APPLET_LIBS) \
+ $(INDICATOR3_LIBS) $(INDICATOR4_LIBS)
indicator_applet_session_CFLAGS = \
-DG_LOG_DOMAIN=\""Indicator-Applet-Session"\" \
@@ -50,7 +54,8 @@ indicator_applet_session_CFLAGS = \
-DINDICATOR_ICONS_DIR=\""$(INDICATORICONSDIR)"\" \
-DINDICATOR_APPLET_SESSION \
-I$(srcdir)/.. \
- $(APPLET_CFLAGS)
+ $(APPLET_CFLAGS) \
+ $(INDICATOR3_CFLAGS) $(INDICATOR4_CFLAGS)
indicator_applet_session_SOURCES = \
applet-main.c \
@@ -60,7 +65,8 @@ indicator_applet_session_SOURCES = \
tomboykeybinder.h
indicator_applet_session_LDADD = \
- $(APPLET_LIBS)
+ $(APPLET_LIBS) \
+ $(INDICATOR3_LIBS) $(INDICATOR4_LIBS)
indicator_applet_complete_CFLAGS = \
-DG_LOG_DOMAIN=\""Indicator-Applet-Complete"\" \
@@ -69,7 +75,8 @@ indicator_applet_complete_CFLAGS = \
-DINDICATOR_ICONS_DIR=\""$(INDICATORICONSDIR)"\" \
-DINDICATOR_APPLET_COMPLETE \
-I$(srcdir)/.. \
- $(APPLET_CFLAGS)
+ $(APPLET_CFLAGS) \
+ $(INDICATOR3_CFLAGS) $(INDICATOR4_CFLAGS)
indicator_applet_complete_SOURCES = \
applet-main.c \
@@ -79,4 +86,5 @@ indicator_applet_complete_SOURCES = \
tomboykeybinder.h
indicator_applet_complete_LDADD = \
- $(APPLET_LIBS)
+ $(APPLET_LIBS) \
+ $(INDICATOR3_LIBS) $(INDICATOR4_LIBS)