Fix: Don't override user variables within the build system
[babeltrace.git] / compat / Makefile.am
index 38af18854c48084740d3145dc55a3b868da50e9b..91a34842037a83d30ed5793c56191dc6983effb0 100644 (file)
@@ -1,12 +1,12 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
-
 noinst_LTLIBRARIES = libcompat.la
 
-libcompat_la_SOURCES = dummy.c
+libcompat_la_SOURCES = compat_uuid.c \
+               compat_mman.c \
+               logging.c logging.h
 
 libcompat_la_LDFLAGS = \
        $(LD_NO_AS_NEEDED)
 
 if BABELTRACE_BUILD_WITH_MINGW
-libcompat_la_SOURCES += compat_uuid.c
+libcompat_la_LDFLAGS += -lrpcrt4
 endif
This page took 0.023459 seconds and 4 git commands to generate.