From: Christian Persch Date: Sun, 14 Jun 2009 13:40:30 +0000 (+0200) Subject: Add missing \ X-Git-Tag: EVINCE_2_27_3~11 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=858d08e4a3794e93d7c6178099c78812f130161e;p=evince.git Add missing \ --- diff --git a/cut-n-paste/smclient/Makefile.am b/cut-n-paste/smclient/Makefile.am index d85c03ad..71187b61 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