From 3b1bb35d97848e4ea444f963bf8c19ca6a72dd5b Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 7 Aug 2009 12:14:44 +0100 Subject: New src entry --- src-sus-only/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src-sus-only/Makefile.am (limited to 'src-sus-only/Makefile.am') 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) -- cgit v1.2.3