diff options
| author | Ted Gould <ted@gould.cx> | 2009-04-21 04:33:30 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2009-04-21 04:33:30 +0000 |
| commit | 2fa4177b73860c204d1284e7e017f7f8e1c888d1 (patch) | |
| tree | 81e6021101dcd0e78f2560820cb015de4ba995bc /src | |
| parent | Adding two missing files. distcheck fixes. (diff) | |
| download | inkscape-2fa4177b73860c204d1284e7e017f7f8e1c888d1.tar.gz inkscape-2fa4177b73860c204d1284e7e017f7f8e1c888d1.zip | |
Adding the cxxtest template to the dist list
(bzr r7749)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index cb6e1b903..bc5b2d839 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -195,7 +195,8 @@ EXTRA_DIST = \ traits/function.h \ traits/list-copy.h \ traits/reference.h \ - $(jabber_whiteboard_SOURCES) + $(jabber_whiteboard_SOURCES) \ + $(CXXTEST_TEMPLATE) # Extra files to remove when doing "make distclean" DISTCLEANFILES = \ |
