root/source/Makefile.am

Revision 155, 227 bytes (checked in by mercyful, 19 months ago)

Added -U_FORTIFY_SOURCE for Segfaults

Line 
1# not a GNU package. You can remove this line, if
2# have all needed files, that a GNU package needs
3AUTOMAKE_OPTIONS = foreign 1.4
4
5SUBDIRS = src
6INCLUDES = -I$(top_srcdir)/src
7METASOURCES = AUTO
8
9CXXFLAGS += -U_FORTIFY_SOURCE
Note: See TracBrowser for help on using the browser.