summaryrefslogtreecommitdiff
path: root/libproto/pop/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/pop/Makefile.am')
-rw-r--r--libproto/pop/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libproto/pop/Makefile.am b/libproto/pop/Makefile.am
index 2a2e7c16e..93045b622 100644
--- a/libproto/pop/Makefile.am
+++ b/libproto/pop/Makefile.am
@@ -14,11 +14,11 @@
## You should have received a copy of the GNU General Public License
## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
-AM_CPPFLAGS = @MU_LIB_COMMON_INCLUDES@
+AM_CPPFLAGS = $(MU_LIB_COMMON_INCLUDES)
lib_LTLIBRARIES = libmu_pop.la
libmu_pop_la_LDFLAGS=-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
-libmu_pop_la_LIBADD = ${MU_LIB_AUTH} ${MU_LIB_MAILUTILS} @INTLLIBS@
+libmu_pop_la_LIBADD = $(MU_LIB_AUTH) $(MU_LIB_MAILUTILS) $(LTLIBINTL)
libmu_pop_la_SOURCES = \
mbox.c \

Return to:

Send suggestions and report system problems to the System administrator.