Skip to content
Snippets Groups Projects
Commit c6873f59 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Assure non-empty archive (dummy.c).

parent 6f107915
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,6 @@ EXTRADIST = README COPYING ...@@ -3,6 +3,6 @@ EXTRADIST = README COPYING
noinst_LTLIBRARIES = libalbertagnucompat.la noinst_LTLIBRARIES = libalbertagnucompat.la
noinst_HEADERS = getopt.h noinst_HEADERS = getopt.h
libalbertagnucompat_la_SOURCES = getopt.h libalbertagnucompat_la_SOURCES = getopt.h dummy.c
libalbertagnucompat_la_LIBADD = @LTLIBOBJS@ libalbertagnucompat_la_LIBADD = @LTLIBOBJS@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment