Skip to content

Commit

Permalink
Move pkg-config file into src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyM committed Jan 29, 2015
1 parent a9f3a96 commit e489021
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@ SUBDIRS = src include tools man

DISTCHECK_CONFIGURE_FLAGS =

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libideviceactivation-1.0.pc

indent:
indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AC_OUTPUT([
Makefile
src/Makefile
src/libideviceactivation-1.0.pc
include/Makefile
tools/Makefile
libideviceactivation-1.0.pc
man/Makefile
])

Expand Down
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ libideviceactivation_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBIDEVICEACTIVA
libideviceactivation_la_SOURCES = \
activation.c

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libideviceactivation-1.0.pc
File renamed without changes.

0 comments on commit e489021

Please sign in to comment.