diff options
Diffstat (limited to 'distribution/elbe-example/myapp/Makefile.am')
| -rw-r--r-- | distribution/elbe-example/myapp/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/distribution/elbe-example/myapp/Makefile.am b/distribution/elbe-example/myapp/Makefile.am new file mode 100644 index 0000000..73ff4e8 --- /dev/null +++ b/distribution/elbe-example/myapp/Makefile.am @@ -0,0 +1,5 @@ +bin_PROGRAMS = myapp +myapp_SOURCES = myapp.c + +EXTRA_DIST = debian/changelog debian/compat debian/control debian/rules \ + debian/source/format |
