diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -39,7 +39,14 @@ RESOURCES = css.gresource.xml\ | |||
39 | ui.gresource.xml | 39 | ui.gresource.xml |
40 | 40 | ||
41 | LIBRARIES = gnunetchat | 41 | LIBRARIES = gnunetchat |
42 | PACKAGES = gnunetutil libhandy-1 gtk+-3.0 libnotify zbar libqrencode | 42 | PACKAGES = gnunetutil\ |
43 | gstreamer-1.0\ | ||
44 | gtk+-3.0\ | ||
45 | libhandy-1\ | ||
46 | libnotify\ | ||
47 | libqrencode\ | ||
48 | zbar | ||
49 | |||
43 | INCLUDES = submodules/gnome-characters/lib | 50 | INCLUDES = submodules/gnome-characters/lib |
44 | 51 | ||
45 | GNU_CC ?= gcc | 52 | GNU_CC ?= gcc |