rpmbuild should work now; refs #2

This commit is contained in:
Marc Wäckerlin
2012-07-10 12:39:47 +00:00
parent fe097e695a
commit f0cd5dbdd9
4 changed files with 17 additions and 12 deletions

View File

@@ -3,7 +3,9 @@
## 1 2 3 4 5 6 7 8
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
noinst_PROGRAMS = exceptionhandling smartpointer
exampledir = ${docdir}/examples
example_PROGRAMS = exceptionhandling smartpointer
example_DATA = ${smartpointer_SOURCES} ${exceptionhandling_SOURCES}
exceptionhandling_SOURCES = exceptionhandling.cxx
exceptionhandling_CPPFLAGS = -I${top_srcdir}/src