diff options
author | Perberos <[email protected]> | 2011-11-09 18:44:56 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 18:44:56 -0300 |
commit | da7bb154d27d3b872867223a5df60df8f5fb6e7d (patch) | |
tree | c1a40fbb481956cf2fda2263bf78389622eba0a5 /Makefile.am | |
parent | 342e9e9bf91625bf6f0102fb7bbc652dea222064 (diff) | |
download | atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.bz2 atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.xz |
renaming evince to atril
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 2468dae4..f571dcf7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,14 +33,14 @@ NULL = pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = \ - evince-document-$(EV_API_VERSION).pc \ - evince-view-$(EV_API_VERSION).pc \ + atril-document-$(EV_API_VERSION).pc \ + atril-view-$(EV_API_VERSION).pc \ $(NULL) -headerdir = $(includedir)/evince/$(EV_API_VERSION) +headerdir = $(includedir)/atril/$(EV_API_VERSION) header_DATA = \ - evince-document.h \ - evince-view.h \ + atril-document.h \ + atril-view.h \ $(NULL) # Applications |