diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-07-29 15:07:07 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-07-29 15:07:07 +0200 |
commit | 220e36f0f54dcb0342ba32b6325e9add2f47347c (patch) | |
tree | 9c11327d6d7661887e611a8e999f7e443a553a45 /test/uitests | |
parent | 20c9cd497cef9fab46f1e24eebe5fa98dc04a444 (diff) |
Add embedded gettext support from resource.
Diffstat (limited to 'test/uitests')
-rw-r--r-- | test/uitests/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/test/uitests/Makefile.am b/test/uitests/Makefile.am index a5e6d01..b28682f 100644 --- a/test/uitests/Makefile.am +++ b/test/uitests/Makefile.am @@ -55,7 +55,7 @@ rcgen_verbose = $(rcgen_verbose_@AM_V@) rcgen_verbose_ = $(rcgen_verbose_@AM_DEFAULT_V@) rcgen_verbose_0 = @echo " RCGEN "$@; -$(top_builddir)/test/uitests/benchmarktest_resource_data.cc: $(top_builddir)/plugingui/rcgen $(RES) +benchmarktest_resource_data.cc: $(top_builddir)/plugingui/rcgen $(RES) $(rcgen_verbose)$(top_builddir)/plugingui/rcgen$(EXEEXT) -d $(top_srcdir)/test/uitests -o $@ $(RES) benchmarktest_LDADD = \ @@ -65,11 +65,16 @@ benchmarktest_CXXFLAGS = \ -I$(top_srcdir)/plugingui \ -I$(top_srcdir)/src \ -I$(top_srcdir)/hugin +nodist_benchmarktest_SOURCES = \ + benchmarktest_resource_data.cc benchmarktest_SOURCES = \ benchmarktest.cc \ - $(top_builddir)/test/uitests/benchmarktest_resource_data.cc \ $(top_srcdir)/hugin/hugin.c +BUILT_SOURCES = benchmarktest_resource_data.cc +CLEANFILES = benchmarktest_resource_data.cc + + powerwidgettest_LDADD = \ $(top_builddir)/plugingui/libdggui.la \ $(top_builddir)/src/libdg.la |