Skip to content

Commit a056a57

Browse files
committed
Fix make distcheck
1 parent 0e6d0ae commit a056a57

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile.am

+5-1
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,13 @@ libdsm_la_SOURCES = \
8888
src/smb_utils.c
8989

9090
noinst_LTLIBRARIES = libcompat.la
91-
libcompat_la_SOURCES =
91+
libcompat_la_SOURCES = compat/dummy.c
9292
libcompat_la_LIBADD = $(LTLIBOBJS)
9393

94+
compat/dummy.c:
95+
$(AM_V_at)rm -f $@
96+
$(AM_V_GEN)echo '/* Automatically generated */' > $@
97+
9498
pkgconfigdir = $(libdir)/pkgconfig
9599
pkgconfig_DATA = libdsm.pc
96100

0 commit comments

Comments
 (0)