Skip to content

Commit

Permalink
autotools: configure new location qucs/examples
Browse files Browse the repository at this point in the history
  • Loading branch information
guitorri committed Nov 23, 2016
1 parent 962f1fc commit e049d01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -31,7 +31,7 @@ else
DOC_SUBDIR =
endif

SUBDIRS = examples qucs qucs-core $(DOC_SUBDIR)
SUBDIRS = qucs qucs-core $(DOC_SUBDIR)

EXTRA_DIST = bootstrap VERSION README.md NEWS.md CONTRIBUTING.md

Expand Down
4 changes: 1 addition & 3 deletions configure.ac
Expand Up @@ -9,7 +9,6 @@ dnl Read version from file
m4_define([QUCS_VERSION], m4_esyscmd([tr -d '\n' < VERSION]))

AC_INIT([qucs], [QUCS_VERSION], [qucs-bugs@lists.sourceforge.net])
AC_CONFIG_SRCDIR([examples/resonance.sch])
AC_CANONICAL_HOST
# AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign])
Expand Down Expand Up @@ -50,6 +49,5 @@ AC_CONFIG_SUBDIRS([qucs
AS_IF([test -d "$srcdir/qucs-doc"],
AC_CONFIG_SUBDIRS([qucs-doc])
)
AC_CONFIG_FILES([Makefile
examples/Makefile])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
1 change: 1 addition & 0 deletions qucs/Makefile.am
Expand Up @@ -34,6 +34,7 @@ SUBDIRS = \
qucs-transcalc \
translations \
contrib \
examples \
$(RELEASEDIRS)

EXTRA_DIST = ar-lib bootstrap depcomp PLATFORMS RELEASE Info.plist
Expand Down
1 change: 1 addition & 0 deletions qucs/configure.ac
Expand Up @@ -787,6 +787,7 @@ AH_TOP([
dnl Add here all your Makefiles. These are created by configure.
AC_CONFIG_FILES([Makefile
contrib/Makefile
examples/Makefile
qucs-edit/Makefile
qucs-help/Makefile
qucs-help/docs/Makefile
Expand Down

0 comments on commit e049d01

Please sign in to comment.