Skip to content

Commit

Permalink
configure.ac, Makefile.am:
Browse files Browse the repository at this point in the history
- remove references to package subdirectory
  • Loading branch information
rockowitz committed Nov 16, 2017
1 parent 5b65479 commit 63a9771
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -26,7 +26,7 @@ endif

doc_DATA = AUTHORS COPYING NEWS.md README.md ChangeLog

SUBDIRS = src man data package $(DOXYDIR)
SUBDIRS = src man data $(DOXYDIR)

if ENABLE_SHARED_LIB_COND
pkgconfigdir = $(libdir)/pkgconfig
Expand Down
10 changes: 3 additions & 7 deletions configure.ac
Expand Up @@ -71,16 +71,12 @@ AC_CONFIG_FILES([
data/Makefile
docs/Makefile
docs/doxygen/Makefile
package/Makefile
package/fedora/Makefile
package/ddcutil.spec
package/fedora/ddcutil.spec
ddcutil.pc
],
)
AC_CONFIG_FILES(package/upload_obsrpm, [chmod +x package/upload_obsrpm] )
dnl AC_CONFIG_FILES(package/build_dpkg, [chmod +x package/build_dpkg] )
dnl cannot chmod on build_dpkg, upload_obsrpm, since they will not exist within dpkg build environment
dnl AC_CONFIG_FILES(package/upload_obsrpm, [chmod +x package/upload_obsrpm] )
dnl dnl AC_CONFIG_FILES(package/build_dpkg, [chmod +x package/build_dpkg] )
dnl dnl cannot chmod on build_dpkg, upload_obsrpm, since they will not exist within dpkg build environment

dnl not working, why?
# AC_DEFINE_UNQUOTED([DDCUTIL_MAJOR_VERSION], [$ddcutil_major_version], [ddcutil major version])
Expand Down

0 comments on commit 63a9771

Please sign in to comment.