]> www.fi.muni.cz Git - evince.git/blobdiff - cut-n-paste/synctex/Makefile.am
Add synctex parser to cut-n-paste directory.
[evince.git] / cut-n-paste / synctex / Makefile.am
diff --git a/cut-n-paste/synctex/Makefile.am b/cut-n-paste/synctex/Makefile.am
new file mode 100644 (file)
index 0000000..881ef4a
--- /dev/null
@@ -0,0 +1,14 @@
+noinst_LTLIBRARIES = libsynctex.la
+
+libsynctex_la_SOURCES =        \
+       synctex_parser.c                \
+       synctex_parser.h        \
+       synctex_parser_utils.h   \
+       synctex_parser_utils.c
+
+libsynctex_la_CFLAGS = \
+       $(SHELL_CORE_CFLAGS)    \
+       $(WARNING_CFLAGS)       \
+       $(DISABLE_DEPRECATED)
+
+-include $(top_srcdir)/git.mk