* configure.in: Reflect directory change.
* src/Filters/Rules/MediaObject/Makefile.am: Reflect directory change. svn: r7235
This commit is contained in:
parent
53ebf77ed7
commit
b6a68cd9ce
@ -1,4 +1,6 @@
|
||||
2006-08-22 Alex Roitman <shura@gramps-project.org>
|
||||
* configure.in: Reflect directory change.
|
||||
* src/Filters/Rules/MediaObject/Makefile.am: Reflect directory change.
|
||||
* src/Filters/Rules/Makefile.am (SUBDIRS): Reflect directory change.
|
||||
* src/Filters/Rules/MediaObject: Added to replace Media.
|
||||
* src/Filters/Rules/Media: Removed.
|
||||
|
@ -221,7 +221,7 @@ src/Filters/Rules/Family/Makefile
|
||||
src/Filters/Rules/Event/Makefile
|
||||
src/Filters/Rules/Source/Makefile
|
||||
src/Filters/Rules/Place/Makefile
|
||||
src/Filters/Rules/Media/Makefile
|
||||
src/Filters/Rules/MediaObject/Makefile
|
||||
src/Filters/Rules/Repository/Makefile
|
||||
src/Filters/SideBar/Makefile
|
||||
src/DataViews/Makefile
|
||||
|
@ -1,6 +1,6 @@
|
||||
# This is the src/Filters/Rules/Media level Makefile for Gramps
|
||||
# This is the src/Filters/Rules/MediaObject level Makefile for Gramps
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/Filters/Rules/Media
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/Filters/Rules/MediaObject
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
_AllMedia.py\
|
||||
@ -13,8 +13,8 @@ pkgdata_PYTHON = \
|
||||
_RegExpIdOf.py\
|
||||
__init__.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Media
|
||||
pkgpythondir = @pkgpythondir@/Filters/Rules/Media
|
||||
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/MediaObject
|
||||
pkgpythondir = @pkgpythondir@/Filters/Rules/MediaObject
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
|
Loading…
Reference in New Issue
Block a user