summaryrefslogtreecommitdiff
path: root/src/main/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Makefile.am')
-rw-r--r--src/main/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/Makefile.am b/src/main/Makefile.am
index 6b41313..f75a2b4 100644
--- a/src/main/Makefile.am
+++ b/src/main/Makefile.am
@@ -11,8 +11,7 @@
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+## along with this program. If not, see <https://www.gnu.org/licenses/>.
## Process this file with automake to produce Makefile.in.
@@ -82,7 +81,7 @@ print_dpl_la_LDFLAGS = -module -avoid-version
print_ps_la_SOURCES = print-ps.c xmlppd.c xmlppd.h
print_ps_la_LDFLAGS = -module -avoid-version
-print_dyesub_la_SOURCES = print-olympus.c
+print_dyesub_la_SOURCES = print-dyesub.c
print_dyesub_la_LDFLAGS = -module -avoid-version
print_raw_la_SOURCES = print-raw.c
@@ -144,6 +143,7 @@ libgutenprint_la_SOURCES = \
print-version.c \
print-weave.c \
printers.c \
+ refcache.c \
sequence.c \
string-list.c \
xml.c \