diff options
author | Ryan Lortie <desrt@desrt.ca> | 2012-07-05 23:25:39 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2012-07-06 00:03:51 -0400 |
commit | bb4f8d75af0a08b1e5262986a75042874da29850 (patch) | |
tree | f415eb1278c9214885569198fa075680169c4c5e /service | |
parent | e47d1137ed79f10178ef901a8a2f1232266a2745 (diff) | |
download | dconf-bb4f8d75af0a08b1e5262986a75042874da29850.tar.gz |
add gtester support
Diffstat (limited to 'service')
-rw-r--r-- | service/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/service/Makefile.am b/service/Makefile.am index 15e0937..eed852a 100644 --- a/service/Makefile.am +++ b/service/Makefile.am @@ -1,3 +1,5 @@ +include $(top_srcdir)/Makefile.gtester + AM_CFLAGS = $(gio_CFLAGS) -I$(top_srcdir)/gvdb -I$(top_srcdir)/common -Wall -Wmissing-prototypes -Wwrite-strings libexec_PROGRAMS = dconf-service |