Skip to content

Commit

Permalink
finished change of location of configuration files
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.code.sf.net/p/rts-2/code/branches/rts-2/REL_0_8_0@5934 65ab8f4e-f147-0410-b3a9-f14133ecfe55
  • Loading branch information
pkubanek committed Jun 21, 2009
1 parent 1d782e0 commit b2f7e80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
SUBDIRS = include \
src \
doc \
man
man \
conf

EXTRA_DIST = rts2.ini autogen.sh RUN rts2.initd centrald devices services \
EXTRA_DIST = autogen.sh RUN rts2.initd \
INSTALL INSTALL.alta INSTALL.fli INSTALL.paramount INSTALL.andor \
INSTALL.comedi rts2-init
1 change: 1 addition & 0 deletions conf/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
EXTRA_DIST = rts2.ini centrald devices services events events.xsd
1 change: 1 addition & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ AM_CONDITIONAL(NOT_GETOPT_LONG, test x${ac_cv_func_getopt_long} = xno)
AC_OUTPUT([Makefile
man/Makefile
include/Makefile
conf/Makefile
src/Makefile
src/bckimages/Makefile
src/camd/Makefile
Expand Down

0 comments on commit b2f7e80

Please sign in to comment.