Add depends for compiling

This commit is contained in:
Simon Steinbeiss
2017-01-24 00:02:07 +01:00
parent 68a68ce67b
commit 46066e97d8
2 changed files with 6 additions and 2 deletions

View File

@@ -9,11 +9,15 @@ bin_PROGRAMS = \
xfce4_taskmanager_CFLAGS = \
$(CAIRO_CFLAGS) \
$(GKSU_CFLAGS) \
$(LIBX11_CFLAGS) \
$(LIBXMU_CFLAGS) \
$(NULL)
xfce4_taskmanager_LDADD = \
$(CAIRO_LIBS) \
$(GKSU_LIBS) \
$(LIBX11_LIBS) \
$(LIBXMU_LIBS) \
$(NULL)
xfce4_taskmanager_SOURCES = \
@@ -73,4 +77,3 @@ settings-dialog-gtk3_ui.h: settings-dialog-gtk3.ui
endif
EXTRA_DIST = process-window.ui settings-dialog.ui process-window-gtk3.ui settings-dialog-gtk3.ui