Skip to content

Commit

Permalink
Fix make distcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette committed Oct 30, 2019
1 parent 0e6d0ae commit a056a57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,13 @@ libdsm_la_SOURCES = \
src/smb_utils.c

noinst_LTLIBRARIES = libcompat.la
libcompat_la_SOURCES =
libcompat_la_SOURCES = compat/dummy.c
libcompat_la_LIBADD = $(LTLIBOBJS)

compat/dummy.c:
$(AM_V_at)rm -f $@
$(AM_V_GEN)echo '/* Automatically generated */' > $@

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libdsm.pc

Expand Down

0 comments on commit a056a57

Please sign in to comment.