Partial fix for "make distcheck"

This commit is contained in:
Pierre Pronchery 2016-05-12 01:06:13 +02:00
parent 85509281c0
commit 9f5a231cee

View File

@ -3,7 +3,7 @@ cppflags_force=-I ../include -isystem .
cflags_force=`pkg-config --cflags libSystem`
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
ldflags_force=`pkg-config --libs libSystem` -lApp
ldflags=-L../src -Wl,-rpath,../src -pie -Wl,-z,relro -Wl,-z,now -rdynamic
ldflags=-L$(OBJDIR)../src -Wl,-rpath,$(OBJDIR)../src -pie -Wl,-z,relro -Wl,-z,now -rdynamic
dist=System/App.h,Makefile,Test.interface,tests.sh
[Dummy.h]