Skip to content
Snippets Groups Projects
Commit 34d34ba5 authored by Mark Grondona's avatar Mark Grondona
Browse files

move opt.h and env.h to srun_SOURCES out of noinst_HEADERS

parent 22b5057f
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,8 @@ AUTOMAKE_OPTIONS = foreign ...@@ -2,10 +2,8 @@ AUTOMAKE_OPTIONS = foreign
INCLUDES = $(POPT_INCLUDES) INCLUDES = $(POPT_INCLUDES)
noinst_HEADERS = opt.h
bin_PROGRAMS = srun bin_PROGRAMS = srun
srun_SOURCES = srun.c opt.c env.c srun_SOURCES = srun.c opt.c env.c opt.h env.h
srun_LDFLAGS = srun_LDFLAGS =
srun_LDADD = $(POPT_LIBS) srun_LDADD = $(POPT_LIBS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment