compat: provide dummy.c, simplify Makefile

This commit is contained in:
Rémi Denis-Courmont 2019-07-26 21:13:59 +03:00
parent 07e3b65d24
commit 778b577bec
3 changed files with 1 additions and 3 deletions

1
compat/.gitignore vendored
View File

@ -1 +0,0 @@
dummy.c

View File

@ -3,8 +3,6 @@ libcompat_la_SOURCES = dummy.c
libcompat_la_LIBADD = $(LTLIBOBJS) $(LIBRT) $(LIBM)
libcompat_la_LDFLAGS = -no-undefined -static
BUILT_SOURCES = dummy.c
CLEANFILES = dummy.c
AUTOMAKE_OPTIONS = subdir-objects
dummy.c:

1
compat/dummy.c Normal file
View File

@ -0,0 +1 @@
/* Intentionally left empty */