Fix: Don't override user variables within the build system
[babeltrace.git] / plugins / libctfcopytrace / Makefile.am
1 SUBDIRS = .
2
3 noinst_LTLIBRARIES = libctfcopytrace.la
4
5 libctfcopytrace_la_SOURCES = ctfcopytrace.c clock-fields.c \
6 ctfcopytrace.h clock-fields.h
7
8 libctfcopytrace_la_LIBADD = \
9 $(top_builddir)/lib/libbabeltrace.la
This page took 0.031005 seconds and 4 git commands to generate.