Skip to content

Commit

Permalink
Fixing the Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Jan 5, 2015
1 parent 21cfcc3 commit 6129022
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/unit/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
include $(top_srcdir)/build/glib-tap.mk

LDADD = \
$(GLIB_LIBS)
AM_CFLAGS = $(GLIB_CFLAGS) $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) $(X_CFLAGS) $(GTK_CFLAGS) \
-DLOG_PREFIX="\"./tests/unit\""
LDADD = $(GLIB_LIBS) $(GST_LIBS) $(X_LIBS) $(LIBM) $(GTK_LIBS)

dist_test_data = \
$(NULL)
Expand Down

0 comments on commit 6129022

Please sign in to comment.