X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/a9b51e6d85e077f8e18c35ac3606d80b343927e0..291e78f75bc8cc49c7191e4d69ad5843dc810ddd:/Makefile.am diff --git a/Makefile.am b/Makefile.am index f8238b2..ff1033a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,10 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src +DIST_SUBDIRS = libltdl lib src +SUBDIRS = lib + +if BUNDLED_LIBLTDL +SUBDIRS += libltdl +endif + +SUBDIRS += src