We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6d0ae commit a056a57Copy full SHA for a056a57
Makefile.am
@@ -88,9 +88,13 @@ libdsm_la_SOURCES = \
88
src/smb_utils.c
89
90
noinst_LTLIBRARIES = libcompat.la
91
-libcompat_la_SOURCES =
+libcompat_la_SOURCES = compat/dummy.c
92
libcompat_la_LIBADD = $(LTLIBOBJS)
93
94
+compat/dummy.c:
95
+ $(AM_V_at)rm -f $@
96
+ $(AM_V_GEN)echo '/* Automatically generated */' > $@
97
+
98
pkgconfigdir = $(libdir)/pkgconfig
99
pkgconfig_DATA = libdsm.pc
100
0 commit comments