Pass no-define to AM_INIT_AUTOMAKE in order not to define PACKAGE and VERSION
[hvgrip.git] / src / common.h
index bec7609..698d13d 100644 (file)
@@ -28,6 +28,7 @@
 #include <glib.h>
 #include <gtk/gtk.h>
 
+#include "config.h"
 #include "gettext.h"
 
 #define _(String) gettext(String)