Skip to content
Snippets Groups Projects
Commit e56d8442 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Use AM_CFLAGS and be a little bit more friendly to non-GNU make programs.

parent addcbfdc
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ lib_LTLIBRARIES = libALBERTA%LIBCODE%.la
include $(srcdir)/../%DIM%d/Makefile.am.include
include $(srcdir)/../Common/Makefile.am.include
override CFLAGS := $(CFLAGS) $(ALBERTA_%EFLAGS%_CFLAGS)
AM_CFLAGS = $(ALBERTA_%EFLAGS%_CFLAGS)
libALBERTA%LIBCODE%_la_LIBADD = $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS)
nodist_libALBERTA%LIBCODE%_la_SOURCES = $(sources_common) $(sources)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment