Skip to content
Snippets Groups Projects
Commit a15a4f4f authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

write config.h, even if it is not used

parent d762fdc8
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@ src/Makefile
src/src.pro
*.Plo
*.Po
frida2
pub/config.h
pub/config.h.in
pub/stamp*
Makefile
Makefile.in
*/Makefile
......
......@@ -12,6 +12,7 @@
AC_INIT([frida], [2], [j.wuttke@fz-juelich.de])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/frida2.cpp]) # assure we have the right src dir
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
###############################################################################
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment