diff options
Diffstat (limited to 'src-sus-only/Makefile.am')
-rw-r--r-- | src-sus-only/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src-sus-only/Makefile.am b/src-sus-only/Makefile.am new file mode 100644 index 0000000..97af739 --- /dev/null +++ b/src-sus-only/Makefile.am @@ -0,0 +1,16 @@ + +libexec_PROGRAMS = \ + indicator-applet + +indicator_applet_CFLAGS = \ + -DG_LOG_DOMAIN=\""Indicator-Applet"\" \ + -DDATADIR=\""$(datadir)"\" \ + -DINDICATOR_DIR=\""$(libdir)/indicators/2"\" \ + -I$(srcdir)/.. \ + $(APPLET_CFLAGS) + +indicator_applet_SOURCES = \ + applet-main.c + +indicator_applet_LDADD = \ + $(APPLET_LIBS) |