summaryrefslogtreecommitdiff
path: root/exo-open
diff options
context:
space:
mode:
authorJonas Kümmerlin <rgcjonas@gmail.com>2015-08-07 12:53:40 +0200
committerJonas Kümmerlin <rgcjonas@gmail.com>2015-08-08 11:58:38 +0200
commit8b9aacf0e1a32671da77847abae01da54700ed71 (patch)
tree1f99b8479e36c8ae34245c150a29212aecdc0951 /exo-open
parent548c5e3ee6d6e99880c237c390a8f0e8acc714cd (diff)
downloadexo-8b9aacf0e1a32671da77847abae01da54700ed71.tar.gz
Build exo-open with Gtk3
That was easy.
Diffstat (limited to 'exo-open')
-rw-r--r--exo-open/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/exo-open/Makefile.am b/exo-open/Makefile.am
index 2526b52..517cbfa 100644
--- a/exo-open/Makefile.am
+++ b/exo-open/Makefile.am
@@ -11,7 +11,7 @@ exo_open_SOURCES = \
main.c
exo_open_CFLAGS = \
- $(GTK_CFLAGS) \
+ $(GTK3_CFLAGS) \
$(LIBXFCE4UTIL_CFLAGS) \
$(GIO_CFLAGS) \
$(GIO_UNIX_CFLAGS)
@@ -20,11 +20,11 @@ exo_open_LDFLAGS = \
-no-undefined
exo_open_LDADD = \
- $(GTK_LIBS) \
+ $(GTK3_LIBS) \
$(LIBXFCE4UTIL_LIBS) \
$(GIO_LIBS) \
$(GIO_UNIX_LIBS) \
- $(top_builddir)/exo/libexo-$(LIBEXO_VERSION_API).la
+ $(top_builddir)/exo/libexo-2.la
desktopdir = $(datadir)/applications
desktop_in_files = \