diff options
Diffstat (limited to '')
-rw-r--r-- | lib/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..bf3ad51 --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,5 @@ +## Process this file with automake to produce Makefile.in + +SUBDIRS = \ + compat \ + dpkg |