diff options
author | tamplan <[email protected]> | 2020-05-24 12:49:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-24 16:37:03 +0200 |
commit | daa26001f73ec5f8e131e5132def387a7ab656b3 (patch) | |
tree | e58519cd35f0f52c354a78c304bcc70b401cbea5 /test | |
parent | 9e3c6229a9b591364d1c2ad8be4e3c4394a4813a (diff) | |
download | libmatekbd-daa26001f73ec5f8e131e5132def387a7ab656b3.tar.bz2 libmatekbd-daa26001f73ec5f8e131e5132def387a7ab656b3.tar.xz |
add git.mk to generate .gitignore
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 148a3dd..e1fd749 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -6,7 +6,7 @@ common_CFLAGS = $(WARN_CFLAGS) -I$(top_srcdir) -Wall \ $(GTK_CFLAGS) \ $(LIBXKLAVIER_CFLAGS) \ -DMATELOCALEDIR="\"$(datadir)/locale\"" - + common_LDFLAGS = $(GTK_LIBS) \ $(LIBXKLAVIER_LIBS) \ $(top_builddir)/libmatekbd/libmatekbd.la \ @@ -23,3 +23,5 @@ matekbd_keyboard_drawing_test_LDFLAGS=$(common_LDFLAGS) matekbd_status_test_CFLAGS=$(common_CFLAGS) matekbd_status_test_LDFLAGS=$(common_LDFLAGS) + +-include $(top_srcdir)/git.mk |