X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile.am;h=17fd6a89c29ccbf91798aeeacdc91c66d6850af1;hb=c5d0238a6d1cedfc6eab54527a309b12c6670a73;hp=4071ec929571f362eec7ede918cc16468bd2b7a0;hpb=7fd5ab2afc980b0a7f35f77aa802255ad9be64d2;p=mirror_lxc.git diff --git a/Makefile.am b/Makefile.am index 4071ec929..17fd6a89c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,26 +1,23 @@ # Makefile.am ACLOCAL_AMFLAGS = -I config +AM_CFLAGS += $(PTHREAD_CFLAGS) +AM_LDFLAGS += $(PTHREAD_LIBS) LIBTOOL_DEPS = @LIBTOOL_DEPS@ -SUBDIRS = config src templates doc hooks -DIST_SUBDIRS = config src templates doc hooks -EXTRA_DIST = \ - autogen.sh \ - lxc.spec \ - CONTRIBUTING \ - MAINTAINERS +SUBDIRS = config coccinelle src templates doc hooks +DIST_SUBDIRS = config coccinelle src templates doc hooks +EXTRA_DIST = autogen.sh \ + lxc.spec \ + CONTRIBUTING \ + CODING_STYLE.md \ + LICENSE.GPL2 \ + LICENSE.LGPL2.1 \ + MAINTAINERS \ + README.md RPMARGS = -if ENABLE_LUA -RPMARGS += --with lua -endif - -if ENABLE_PYTHON -RPMARGS += --with python -endif - pcdatadir = $(libdir)/pkgconfig pcdata_DATA = lxc.pc