diff options
Diffstat (limited to 'xup/Makefile.am')
-rw-r--r-- | xup/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xup/Makefile.am b/xup/Makefile.am index 7669a55f..cdaca15c 100644 --- a/xup/Makefile.am +++ b/xup/Makefile.am @@ -1,5 +1,3 @@ -EXTRA_DIST = xup.h - AM_CPPFLAGS = \ -DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \ -DXRDP_SBIN_PATH=\"${sbindir}\" \ @@ -10,7 +8,9 @@ AM_CPPFLAGS = \ module_LTLIBRARIES = \ libxup.la -libxup_la_SOURCES = xup.c +libxup_la_SOURCES = \ + xup.c \ + xup.h libxup_la_LIBADD = \ $(top_builddir)/common/libcommon.la |