Skip to content

Commit d29617c

Browse files
committed
Add maple subdirectory
1 parent 8313858 commit d29617c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ code/latte/valuation/test/valuationTestsLib.mpl -text
292292
code/latte/valuation/testLibraryExamples.cpp -text
293293
code/latte/valuation/valuation.cpp -text
294294
code/latte/valuation/valuation.h -text
295+
code/maple/Makefile.am -text
295296
code/maple/README -text
296297
code/maple/m-knapsack.mpl -text
297298
code/test-suite/test-4ti2.sh -text

code/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SUBDIRS = gnulib latte test-suite
1+
SUBDIRS = gnulib latte test-suite maple
22

code/maple/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
nobase_dist_pkgdata_DATA =
2+

0 commit comments

Comments
 (0)