- Timestamp:
- 10/30/08 14:31:47 (2 months ago)
- Location:
- trunk/client/openvpn
- Files:
-
- 1 removed
- 2 modified
-
configure.ac (modified) (1 diff)
-
src/Makefile.am (modified) (1 diff)
-
src/templates (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/openvpn/configure.ac
r11491 r11541 77 77 src/EBox/OpenVPN/LogHelper/Makefile 78 78 src/EBox/OpenVPN/t/Makefile 79 src/templates/Makefile80 src/templates/t/Makefile81 79 schemas/Makefile 82 80 stubs/Makefile -
trunk/client/openvpn/src/Makefile.am
r5142 r11541 1 1 ## Process this file with automake to produce Makefile.in 2 2 3 SUBDIRS = EBox templates3 SUBDIRS = EBox 4 4 5 5 MAINTAINERCLEANFILES = Makefile.in
