Skip to content

Commit

Permalink
Do not install gencompilerflags
Browse files Browse the repository at this point in the history
Fixes: #149
  • Loading branch information
xaionaro committed Oct 31, 2016
1 parent 52324fb commit a68f0cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = examples

if CLSYNC
bin_PROGRAMS = clsync gencompilerflags

gencompilerflags_SOURCES = gencompilerflags.c
bin_PROGRAMS = clsync

clsync_SOURCES = calc.c cluster.c error.c fileutils.c glibex.c \
indexes.c main.c malloc.c rules.c stringex.c sync.c \
Expand Down Expand Up @@ -88,6 +86,9 @@ main.o: compilerflags.h
compilerflags.h: gencompilerflags
./gencompilerflags > compilerflags.h

gencompilerflags:
$(CC) $(gencompilerflags_CFLAGS) gencompilerflags.c -o gencompilerflags

dist_man_MANS = man/man1/clsync.1
endif

Expand Down

0 comments on commit a68f0cc

Please sign in to comment.