Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/smclient/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-06-14 13:40:30 (GMT)
committer Christian Persch <chpe@gnome.org>2009-06-14 13:40:30 (GMT)
commit858d08e4a3794e93d7c6178099c78812f130161e (patch)
treee3603a62039dd60023f2f93aba21cbe87aa6670d /cut-n-paste/smclient/Makefile.am
parent87f461182672996e4c39341cf69cdc6beb362bc8 (diff)
Add missing \
Diffstat (limited to 'cut-n-paste/smclient/Makefile.am')
-rw-r--r--cut-n-paste/smclient/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cut-n-paste/smclient/Makefile.am b/cut-n-paste/smclient/Makefile.am
index d85c03a..71187b6 100644
--- a/cut-n-paste/smclient/Makefile.am
+++ b/cut-n-paste/smclient/Makefile.am
@@ -26,7 +26,7 @@ if WITH_SMCLIENT_XSMP
libsmclient_la_SOURCES += \
eggdesktopfile.c \
eggdesktopfile.h \
- eggsmclient-xsmp.c
+ eggsmclient-xsmp.c \
$(NULL)
libsmclient_la_CPPFLAGS += -DEGG_SM_CLIENT_BACKEND_XSMP
endif