summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-12-26 16:24:28 -0500
committerBehdad Esfahbod <behdad@behdad.org>2016-12-26 16:24:28 -0500
commit794adc15dbc70b49e4581300f9f6ad5a4d34dc64 (patch)
treefea3ab9fe0445b239b248a65bd09e8afe33855ef
parent706e7016792bd715be1d9818a781faf9bdb42e42 (diff)
downloadfribidi-794adc15dbc70b49e4581300f9f6ad5a4d34dc64.tar.gz
Actually add fribidi-vs-unicode/Makefile.am
-rw-r--r--fribidi-vs-unicode/Makefile.am27
1 files changed, 27 insertions, 0 deletions
diff --git a/fribidi-vs-unicode/Makefile.am b/fribidi-vs-unicode/Makefile.am
new file mode 100644
index 0000000..22e4931
--- /dev/null
+++ b/fribidi-vs-unicode/Makefile.am
@@ -0,0 +1,27 @@
+
+TESTS_ENVIRONMENT = \
+ srcdir=${srcdir}; export srcdir; \
+ top_builddir=${top_builddir}; export top_builddir; \
+ EXEEXT=${EXEEXT}; export EXEEXT;
+
+AM_TESTS_ENVIRONMENT = $(TESTS_ENVIRONMENT)
+
+AM_CPPFLAGS = \
+ -I$(top_builddir)/lib \
+ -I$(top_srcdir)/lib \
+ -I$(top_srcdir)/charset \
+ $(MISC_CFLAGS)
+LDADD = $(top_builddir)/lib/libfribidi.la $(MISC_LIBS)
+
+if FRIBIDI_USE_GLIB
+check_PROGRAMS = test test-character
+bin_PROGRAMS = $(check_PROGRAMS)
+#TESTS = \
+# test \
+# test-character
+endif
+
+test_SOURCES = test.c
+test_character_SOURCES = test-character.c
+
+-include $(top_srcdir)/git.mk