Browse Source

Bugfix with debian package build

Add the lodelsites directory to the autotools chain. Note : for the moment it's a dirty POC, we have to do it in a cleaner way...
Yann Weber 8 years ago
parent
commit
d3f4a0d8d3
3 changed files with 7 additions and 1 deletions
  1. 1
    1
      Makefile.am
  2. 1
    0
      configure.ac
  3. 5
    0
      lodelsites/Makefile.am

+ 1
- 1
Makefile.am View File

@@ -1,4 +1,4 @@
1
-SUBDIRS = lodel progs plugins
1
+SUBDIRS = lodel progs plugins lodelsites
2 2
 EXTRA_DIST = plugins runtest examples tests runtest.sh debian
3 3
 CLEANFILES = runtest
4 4
 

+ 1
- 0
configure.ac View File

@@ -16,6 +16,7 @@ AC_CONFIG_FILES([Makefile \
16 16
 	progs/Makefile \
17 17
 	progs/slim/Makefile \
18 18
 	plugins/Makefile \
19
+	lodelsites/Makefile \
19 20
 ])
20 21
 
21 22
 

+ 5
- 0
lodelsites/Makefile.am View File

@@ -0,0 +1,5 @@
1
+SUBDIRS=
2
+lodelsites_PYTHON = *.py
3
+
4
+lodelsitesdir=$(pkgpythondir)/
5
+

Loading…
Cancel
Save