mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-11 19:30:46 +01:00
Updated automake including latan-plot
This commit is contained in:
parent
be165aab20
commit
36fb53b0f6
@ -7,6 +7,7 @@ endif
|
||||
endif
|
||||
|
||||
bin_PROGRAMS = \
|
||||
latan-plot \
|
||||
latan-sample-combine \
|
||||
latan-sample-element \
|
||||
latan-sample-fake \
|
||||
@ -16,6 +17,10 @@ bin_PROGRAMS = \
|
||||
latan-sample-read \
|
||||
latan-resample
|
||||
|
||||
latan_plot_SOURCES = plot.cpp
|
||||
latan_plot_CXXFLAGS = $(COM_CXXFLAGS)
|
||||
latan_plot_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
||||
|
||||
latan_sample_combine_SOURCES = sample-combine.cpp
|
||||
latan_sample_combine_CXXFLAGS = $(COM_CXXFLAGS)
|
||||
latan_sample_combine_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
||||
|
Loading…
x
Reference in New Issue
Block a user