aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index eecbba3..17dbd2c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,6 @@
+AM_CFLAGS = -Wall
+AM_CPPFLAGS = -I$(top_srcdir)/lib/gtk-vlc-player
bin_PROGRAMS = experiment-player
experiment_player_SOURCES = main.c
+experiment_player_LDADD = $(top_srcdir)/lib/gtk-vlc-player/libgtk-vlc-player.la