From 7be4bae40736f364d65cfb56067203451da053a0 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sun, 7 Sep 2008 17:26:28 +0200 Subject: finish pnmcurvedit --- src/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ddfb6b5..4c8793c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,13 @@ -bin_PROGRAMS = pnmcurve +bin_PROGRAMS = pnmcurve pnmcurvedit pnmcurve_SOURCES = \ pnmcurve.c \ pnm.c +pnmcurvedit_SOURCES = \ + CurveEditor.cxx \ + pnmcurvedit.cxx + noinst_HEADERS = \ - pnm.h + pnm.h \ + CurveEditor.H -- cgit v1.2.3